Skip to content

Commit 4145250

Browse files
committed
New release 🎉
1 parent f1e9813 commit 4145250

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

release.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
@echo off
2-
cd src/Skybrud.Essentials.Http
3-
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" /t:rebuild /t:pack /p:Configuration=Release /p:BuildTools=1 /p:PackageOutputPath=../../releases/nuget
4-
cd ../../
2+
3+
dotnet build src/Skybrud.Essentials.Http --configuration Release /t:rebuild /t:pack -p:BuildTools=1 -p:PackageOutputPath=../../releases/nuget
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyFileVersion("1.0.544.3")]
3+
[assembly: AssemblyFileVersion("1.0.843.3")]
44

src/Skybrud.Essentials.Http/Skybrud.Essentials.Http.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>1.0.13</Version>
12+
<Version>1.0.14</Version>
1313
<Company>Skybrud.dk a/s</Company>
1414
<Product>Skybrud.Essentials</Product>
1515
<Authors>Anders Bjerner</Authors>

0 commit comments

Comments
 (0)