Skip to content

Commit

Permalink
Actually do use version 0.4.1 if we're gonna release that version
Browse files Browse the repository at this point in the history
  • Loading branch information
Archomeda committed Jun 22, 2019
1 parent ce374c2 commit 6b2061b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
next-version: 0.4.0
next-version: 0.4.1
assembly-versioning-scheme: MajorMinorPatch
mode: ContinuousDelivery
4 changes: 2 additions & 2 deletions Gw2Sharp/Gw2Sharp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand All @@ -7,7 +7,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<PackageId>Gw2Sharp</PackageId>
<Version>0.4.0</Version>
<Version>0.4.1</Version>
<Authors>Archomeda</Authors>
<Description>
Gw2Sharp is a .NET wrapper library for the official Guild Wars 2 API written in C#. It uses the latest C# 8.0 features and targets .NET Standard 2.0 for cross platform compatibility.
Expand Down

0 comments on commit 6b2061b

Please sign in to comment.