Skip to content

Commit 92070ec

Browse files
committed
bump version
1 parent 4c20733 commit 92070ec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ArchiSteamFarm

Submodule ArchiSteamFarm updated 136 files

CaseInsensitiveASF/Case-Insensitive-ASF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Authors>Ryzhehvost</Authors>
5-
<AssemblyVersion>0.2</AssemblyVersion>
6-
<TargetFrameworks>netcoreapp3.1;net48</TargetFrameworks>
5+
<AssemblyVersion>0.3.0.0</AssemblyVersion>
6+
<TargetFrameworks>net5.0;net48</TargetFrameworks>
77
<Nullable>enable</Nullable>
88
<LangVersion>latest</LangVersion>
99
</PropertyGroup>

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if exist out rmdir /Q /S out
2121

2222
rem release generic version
2323

24-
dotnet publish -c "Release" -f "netcoreapp3.1" -o "out/generic" "/p:LinkDuringPublish=false"
24+
dotnet publish -c "Release" -f "net5.0" -o "out/generic" "/p:LinkDuringPublish=false"
2525
mkdir .\out\%CurrDirName%
2626
copy .\out\generic\%CurrDirName%.dll .\out\%CurrDirName%
2727
7z a -tzip -mx7 .\out\%CurrDirName%.zip .\out\%CurrDirName%

0 commit comments

Comments
 (0)