Skip to content

Commit 9bce167

Browse files
committed
Bumped version number + removed beta tag
Passed to the package version 0.6.0 and removed the beta tag. I feel like the features are good enough for a "real" first release and that's why I decided to remove the beta tag.
1 parent 9af016c commit 9bce167

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/Mos.xApi/Mos.xApi.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Description>A fluent .Net Standard library to create xApi statements and communicate with a LRS</Description>
55
<Copyright>Copyright © Mos MindOnSite</Copyright>
66
<AssemblyTitle>Fluent xApi</AssemblyTitle>
7-
<VersionPrefix>0.5.0-beta</VersionPrefix>
8-
<Authors>MindOnSite;Xavier Hahn</Authors>
7+
<VersionPrefix>0.6.0</VersionPrefix>
8+
<Authors>Xavier Hahn</Authors>
99
<TargetFramework>netstandard1.6</TargetFramework>
1010
<AssemblyName>Mos.xApi</AssemblyName>
1111
<PackageId>Mos.xApi</PackageId>
@@ -19,6 +19,9 @@
1919
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
2020
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<AssemblyVersion>0.6.0.0</AssemblyVersion>
23+
<FileVersion>0.6.0.0</FileVersion>
24+
<Version>0.6.0</Version>
2225
</PropertyGroup>
2326

2427
<ItemGroup>

src/Mos.xApi/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyConfiguration("")]
9-
[assembly: AssemblyCompany("")]
9+
[assembly: AssemblyCompany("MOS MindOnSite")]
1010
[assembly: AssemblyProduct("Mos.xApi")]
1111
[assembly: AssemblyTrademark("")]
1212

0 commit comments

Comments
 (0)