Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 5383cd5

Browse files
committed
Bump solution versions
1 parent 2e62e8c commit 5383cd5

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CSF.MicroDi.BoDiCompatibility.IntegrationTests/CSF.MicroDi.BoDiCompatibility.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>BoDi.Tests</RootNamespace>
99
<AssemblyName>BoDi.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.0</ReleaseVersion>
11+
<ReleaseVersion>0.3.0</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.MicroDi.BoDiCompatibility.Tests/CSF.MicroDi.BoDiCompatibility.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.MicroDi.BoDiCompatibility.Tests</RootNamespace>
99
<AssemblyName>CSF.MicroDi.BoDiCompatibility.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.0</ReleaseVersion>
11+
<ReleaseVersion>0.3.0</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.MicroDi.BoDiCompatibility/CSF.MicroDi.BoDiCompatibility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>BoDi</RootNamespace>
99
<AssemblyName>BoDi</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.0</ReleaseVersion>
11+
<ReleaseVersion>0.3.0</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.MicroDi.Tests/CSF.MicroDi.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.MicroDi.Tests</RootNamespace>
99
<AssemblyName>CSF.MicroDi.Tests</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.0</ReleaseVersion>
11+
<ReleaseVersion>0.3.0</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

CSF.MicroDi.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ Global
5656
$0.StandardHeader = $1
5757
$1.Text = @\n ${FileName}\n\n Copyright ${Year} ${CopyrightHolder}\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an "AS IS" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n For further copyright info, including a complete author/contributor\n list, please refer to the file NOTICE.txt
5858
$1.IncludeInNewFiles = True
59-
version = 0.2.0
59+
version = 0.3.0
6060
EndGlobalSection
6161
EndGlobal

CSF.MicroDi/CSF.MicroDi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>CSF.MicroDi</RootNamespace>
99
<AssemblyName>CSF.MicroDi</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11-
<ReleaseVersion>0.2.0</ReleaseVersion>
11+
<ReleaseVersion>0.3.0</ReleaseVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1414
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)