Skip to content

Commit 5a3b692

Browse files
committed
New release 🎉
1 parent aad3cff commit 5a3b692

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

release.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
22
cd src/Skybrud.Essentials
3-
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\msbuild.exe" /t:pack /p:Configuration=Release /p:PackageOutputPath=../../releases/nuget
3+
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\msbuild.exe" /t:pack /p:Configuration=Release /p:PackageOutputPath=../../releases/nuget
44
cd ../../
55
grunt
5.49 MB
Binary file not shown.
415 KB
Binary file not shown.

src/Skybrud.Essentials/Skybrud.Essentials.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</ItemGroup>
2222

2323
<PropertyGroup>
24-
<Version>1.1.12</Version>
24+
<Version>1.1.13</Version>
2525
<Authors>Anders Bjerner</Authors>
2626
<Company>Skybrud.dk</Company>
2727
<Description>Library with common purpose functionality for working with .NET.</Description>
@@ -31,7 +31,7 @@
3131
<PropertyGroup>
3232
<PackageId>Skybrud.Essentials</PackageId>
3333
<PackageTags>Skybrud, Essentials</PackageTags>
34-
<PackageLicenseUrl>https://github.com/skybrud/Skybrud.Essentials/blob/master/LICENSE.md</PackageLicenseUrl>
34+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3535
<PackageProjectUrl>https://github.com/skybrud/Skybrud.Essentials</PackageProjectUrl>
3636
<PackageIconUrl>http://www.skybrud.dk/img/5431sk/icon/favicon.ico</PackageIconUrl>
3737
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)