mirror of
https://github.com/Geckon01/Watermark.Net.git
synced 2026-06-17 16:47:48 +00:00
Version code update
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 7.0.x
|
dotnet-version: 8.0.x
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore UnitTest/UnitTest.csproj
|
run: dotnet restore UnitTest/UnitTest.csproj
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||||
<AssemblyVersion>0.25.7.23</AssemblyVersion>
|
<AssemblyVersion>0.26.5.13</AssemblyVersion>
|
||||||
<Title>Waternark.NET</Title>
|
<Title>Waternark.NET</Title>
|
||||||
<Authors>Geckon01</Authors>
|
<Authors>Geckon01</Authors>
|
||||||
<Description>Watermark.Net is .NET library for adding text and image watermarks to images. Built on SixLabors.ImageSharp, it provides a simple yet comprehensive API for all your watermarking needs.</Description>
|
<Description>Watermark.Net is .NET library for adding text and image watermarks to images. Built on SixLabors.ImageSharp, it provides a simple yet comprehensive API for all your watermarking needs.</Description>
|
||||||
<FileVersion>0.25.7.23</FileVersion>
|
<FileVersion>0.26.5.13</FileVersion>
|
||||||
<Version>0.25.7.23</Version>
|
<Version>0.26.5.13</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user