Skip to content

Commit

Permalink
xFunc 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 committed Oct 14, 2016
1 parent 1bb2872 commit fc61cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions SharedCode/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("Release")]
#endif

[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyInformationalVersion("3.1.0")]
[assembly: NeutralResourcesLanguage("en")]
3 changes: 0 additions & 3 deletions xFunc/xFunc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
<ItemGroup>
<Reference Include="ControlzEx, Version=2.1.2.3, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.1.2.3\lib\net40\ControlzEx.dll</HintPath>
<Reference Include="ControlzEx, Version=2.1.1.3, Culture=neutral, PublicKeyToken=f08b075e934b7045, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.1.1.3\lib\net40\ControlzEx.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Fluent, Version=4.0.3.394, Culture=neutral, PublicKeyToken=3e436e32a8c5546f, processorArchitecture=MSIL">
Expand All @@ -54,7 +52,6 @@
<Reference Include="System" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\ControlzEx.2.1.2.3\lib\net40\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\packages\ControlzEx.2.1.1.3\lib\net40\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml" />
Expand Down

0 comments on commit fc61cef

Please sign in to comment.