File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <OutputType >Library</OutputType >
1010 <RootNamespace >CSF.Validation.Tests</RootNamespace >
1111 <AssemblyName >CSF.Validation.Tests</AssemblyName >
12- <ReleaseVersion >4.1.1 </ReleaseVersion >
12+ <ReleaseVersion >1.0.0 </ReleaseVersion >
1313 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change @@ -166,6 +166,6 @@ Global
166166 $25 .NamingStyle = PascalCase
167167 $25 .IncludeInstanceMembers = True
168168 $25 .IncludeStaticEntities = True
169- version = 4.1.1
169+ version = 1.0.0
170170 EndGlobalSection
171171EndGlobal
Original file line number Diff line number Diff line change 1010 <RootNamespace >CSF.Validation</RootNamespace >
1111 <AssemblyName >CSF.Validation</AssemblyName >
1212 <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <ReleaseVersion >4.1.1 </ReleaseVersion >
13+ <ReleaseVersion >1.0.0 </ReleaseVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1616 <DebugSymbols >true</DebugSymbols >
135135 </ItemGroup >
136136 <ItemGroup >
137137 <None Include =" packages.config" />
138+ <None Include =" CSF.Validation.nuspec" />
138139 </ItemGroup >
139140 <ItemGroup >
140141 <EmbeddedResource Include =" Resources\ExceptionMessages.resx" >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <package >
3+ <metadata >
4+ <id >CSF.Validation</id >
5+ <version >1.0.0</version >
6+ <title >CSF.Validation</title >
7+ <authors >CSF Software Ltd</authors >
8+ <licenseUrl >https://opensource.org/licenses/MIT</licenseUrl >
9+ <projectUrl >https://github.com/csf-dev/CSF.Validation/</projectUrl >
10+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11+ <description >A framework for business rule validation</description >
12+ <copyright >Copyright 2017</copyright >
13+ <dependencies >
14+ <dependency id =" CSF.Utils" version =" [6.0.0,7.0.0)" />
15+ <dependency id =" CSF.Reflection" version =" [1.0.1,2.0.0)" />
16+ </dependencies >
17+ </metadata >
18+ <files >
19+ <file src =" bin/Release/CSF.Validation.dll" target =" lib/net45" />
20+ <file src =" bin/Release/CSF.Validation.xml" target =" lib/net45" />
21+ </files >
22+ </package >
Original file line number Diff line number Diff line change 3939[ assembly: AssemblyConfiguration ( "Release" ) ]
4040#endif
4141
42- [ assembly: AssemblyVersion ( "0 .0.1 " ) ]
42+ [ assembly: AssemblyVersion ( "1 .0.0 " ) ]
4343
You can’t perform that action at this time.
0 commit comments