Skip to content

Commit

Permalink
Bumped all mods to v1.0.0 for their initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteFang5 committed Jul 30, 2022
1 parent 7efd9f7 commit 6e78778
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BloodRefill/BloodRefill.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.BloodRefill</AssemblyName>
<RootNamespace>VMods.BloodRefill</RootNamespace>
<Description>Allows a player to refill his/her blood pool</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion PvPLeaderboard/PvPLeaderboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.PvPLeaderboard</AssemblyName>
<RootNamespace>VMods.PvPLeaderboard</RootNamespace>
<Description>A mod that keeps track of player's K/D and adds a pvp leaderboard</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion PvPPunishment/PvPPunishment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.PvPPunishment</AssemblyName>
<RootNamespace>VMods.PvPPunishment</RootNamespace>
<Description>A mod that punishes high-level players that kill low-level players</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion RecoverEmptyContainers/RecoverEmptyContainers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.RecoverEmptyContainers</AssemblyName>
<RootNamespace>VMods.RecoverEmptyContainers</RootNamespace>
<Description>Allows a player to recover an empty container when consuming a potion/brew</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion ResourceStashWithdrawal/ResourceStashWithdrawal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.ResourceStashWithdrawal</AssemblyName>
<RootNamespace>VMods.ResourceStashWithdrawal</RootNamespace>
<Description>Allows a player to withdraw required resources from his/her stash when clicking a recipe at a work or refinement station</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>VMods.Shared</AssemblyName>
<RootNamespace>VMods.Shared</RootNamespace>
<Description>A set of shared classes and utilites for all VMods</Description>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand Down

0 comments on commit 6e78778

Please sign in to comment.