Skip to content

Commit

Permalink
Update to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Falconne committed Oct 20, 2018
1 parent 43e2719 commit f583723
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mod-structure/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<name>Avoid Friendly Fire</name>
<author>Falconne</author>
<description>Adds an new shooting mode for ranged colonists that tells them not to shoot if there are friendlies in harms way.</description>
<targetVersion>0.19.2009</targetVersion>
<targetVersion>1.0.2059</targetVersion>
</ModMetaData>
6 changes: 3 additions & 3 deletions src/AvoidFriendlyFire/AvoidFriendlyFire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<Reference Include="%24HugsLibChecker, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLibChecker.5.0.0\lib\net35\$HugsLibChecker.dll</HintPath>
</Reference>
<Reference Include="0Harmony, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.5.0.2\lib\net35\0Harmony.dll</HintPath>
<Reference Include="0Harmony, Version=1.2.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.6.0.1\lib\net35\0Harmony.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\ThirdParty\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.5.0.2\lib\net35\HugsLib.dll</HintPath>
<HintPath>..\packages\UnlimitedHugs.Rimworld.HugsLib.6.0.1\lib\net35\HugsLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
5 changes: 3 additions & 2 deletions src/AvoidFriendlyFire/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.19.3.0")]
[assembly: AssemblyFileVersion("0.19.3.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]


2 changes: 1 addition & 1 deletion src/AvoidFriendlyFire/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="UnlimitedHugs.Rimworld.HugsLib" version="5.0.2" targetFramework="net35" />
<package id="UnlimitedHugs.Rimworld.HugsLib" version="6.0.1" targetFramework="net35" />
<package id="UnlimitedHugs.Rimworld.HugsLibChecker" version="5.0.0" targetFramework="net35" />
</packages>

0 comments on commit f583723

Please sign in to comment.