Skip to content

Commit

Permalink
Merge pull request #2 from messerli-informatik-ag/release-0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
janhohenheim authored May 23, 2019
2 parents db7f6db + 8f3a436 commit 2b5dda0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Messerli.TempDirectory</id>
<version>0.0.0</version>
<version>0.1.0</version>
<authors>Jan Nils Ferner, Dominic Groth, Flavio Suter</authors>
<owners>messerli-informatik-ag</owners>
<projectUrl>https://github.com/messerli-informatik-ag/temp-directory</projectUrl>
Expand Down
15 changes: 8 additions & 7 deletions TempDirectory/TempDirectory.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.1.0</Version>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Changelog

## To be released
## 0.1.0
- Initial release

0 comments on commit 2b5dda0

Please sign in to comment.