Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karoterra committed Jan 9, 2022
1 parent 1f8154d commit c4f72af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Change Log

# 0.1.0 (2022-01-09)
First release
4 changes: 2 additions & 2 deletions src/AupDotNet/AupDotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
<RootNamespace>Karoterra.AupDotNet</RootNamespace>
<AssemblyName>Karoterra.AupDotNet</AssemblyName>
<PackageId>Karoterra.AupDotNet</PackageId>
<Version>0.0.0</Version>
<Version>0.1.0</Version>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Nullable>enable</Nullable>
<Authors>karoterra</Authors>
Expand Down

0 comments on commit c4f72af

Please sign in to comment.