Skip to content

Commit 76dc892

Browse files
committed
New release 🎉
1 parent 109a493 commit 76dc892

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A .NET package for working with maps and geospatial data, including popular form
4646
- [**Skybrud.Essentials.AspNetCore**](https://github.com/skybrud/Skybrud.Essentials.AspNetCore)
4747
A .NET package for that provides various logic that makes it easier to work with different parts of ASP.NET Core - eg. parsing query strings and reading request headers.
4848

49-
- [**Skybrud.Essentials.Umbraco**](https://github.com/skybrud/Skybrud.Essentials.AspNUmbracoetCore)
49+
- [**Skybrud.Essentials.Umbraco**](https://github.com/skybrud/Skybrud.Essentials.Umbraco)
5050
A .NET package for that provides various logic that makes it easier to work with different parts of Umbraco.
5151

5252

2.04 MB
Binary file not shown.

src/Skybrud.Essentials.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B92441C-24CF-4901-AD1A-26338EAC414F}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13+
..\debug.bat = ..\debug.bat
14+
..\LICENSE.md = ..\LICENSE.md
15+
..\NUGET.md = ..\NUGET.md
16+
..\README.md = ..\README.md
17+
..\REFERENCE.md = ..\REFERENCE.md
18+
..\release.bat = ..\release.bat
1319
EndProjectSection
1420
EndProject
1521
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{8EAA7946-1878-4720-86F6-BEA03787ED8E}"

src/Skybrud.Essentials/Skybrud.Essentials.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<PropertyGroup>
39-
<VersionPrefix>1.1.61</VersionPrefix>
39+
<VersionPrefix>1.1.62</VersionPrefix>
4040
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
4141
<Authors>Anders Bjerner</Authors>
4242
<Company>Limbo</Company>

0 commit comments

Comments
 (0)