Skip to content

Commit e983363

Browse files
committed
Updated to VS2015, usage of GoldParser and CommandLine nuget packages and added nuget spec
1 parent 761bbe5 commit e983363

16 files changed

+132
-28
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = crlf
5+
trim_trailing_whitespace = true
6+
insert_final_newline = true
7+
charset = utf-8
8+
indent_style = tab

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*/bin/*
2+
*/obj/*
3+
*.suo
4+
*.user
5+
*.cache
6+
packages

.hgignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
glob:*/bin/*
2-
glob:*/obj/*
3-
glob:*.suo
4-
glob:*.user
5-
glob:Lib/bsn.*
1+
syntax: glob
2+
*/bin/*
3+
*/obj/*
4+
*.suo
5+
*.user
6+
*.cache
7+
packages

ModuleStore/ModuleStore.csproj

+7-6
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="bsn.CommandLine, Version=1.0.3909.39203, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\Lib\bsn.CommandLine.dll</HintPath>
39+
<Reference Include="bsn.CommandLine, Version=2.0.72.0, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
40+
<HintPath>..\packages\bsn.CommandLine.2.0.72\lib\bsn.CommandLine.dll</HintPath>
41+
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="bsn.GoldParser, Version=1.0.3909.31041, Culture=neutral, PublicKeyToken=3d58c5c8efc41aa9, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\Lib\bsn.GoldParser.dll</HintPath>
43+
<Reference Include="bsn.GoldParser, Version=2.0.77.0, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
44+
<HintPath>..\packages\bsn.GoldParser.2.0.77\lib\bsn.GoldParser.dll</HintPath>
45+
<Private>True</Private>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core">
@@ -67,6 +67,7 @@
6767
</ItemGroup>
6868
<ItemGroup>
6969
<None Include="app.config" />
70+
<None Include="packages.config" />
7071
</ItemGroup>
7172
<ItemGroup>
7273
<Folder Include="Collections\" />

ModuleStore/packages.config

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="bsn.CommandLine" version="2.0.72" targetFramework="net40" />
4+
<package id="bsn.GoldParser" version="2.0.77" targetFramework="net40" />
5+
</packages>

Readme.txt README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
bsn ModuleStore database versioning
2-
-----------------------------------
1+
bsn ModuleStore database versioning
2+
===================================
33

4-
Copyright 2010 by Arsène von Wyss - avw@gmx.ch
4+
Copyright 2009-2016 by Arsène von Wyss - arsene.vonwyss@sirius.ch
55

66
Development has been supported by Sirius Technologies AG, Basel
77

8-
Source:
8+
What is it?
9+
-----------
910

10-
https://bsn-modulestore.googlecode.com/hg/
11+
The toolset manages database migrations and contains a simple ORM. It is used by some applications at Sirius Technologies AG.
1112

12-
License:
13+
Source
14+
------
15+
16+
[https://github.com/siriusch/bsn.ModuleStore](https://github.com/siriusch/bsn.ModuleStore)
17+
18+
License
19+
-------
1320

1421
The library is distributed under the GNU Lesser General Public License:
1522
http://www.gnu.org/licenses/lgpl.html

Rebracer.xml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<!--Rebracer Solution Settings File-->
3+
<!--This file contains Visual Studio settings for bsn.GoldParser.sln.-->
4+
<!--Rebracer uses this file to apply settings for this solution-->
5+
<!--when the solution is opened.-->
6+
<!--Install Rebracer from http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58 -->
7+
<!--See https://github.com/SLaks/Rebracer for more information-->
8+
<UserSettings>
9+
<ToolsOptions>
10+
<ToolsOptionsCategory name="TextEditor">
11+
<ToolsOptionsSubCategory name="CSharp">
12+
<PropertyValue name="AutoListMembers">false</PropertyValue>
13+
<PropertyValue name="AutoListParams">false</PropertyValue>
14+
<PropertyValue name="BraceCompletion">true</PropertyValue>
15+
<PropertyValue name="CutCopyBlankLines">false</PropertyValue>
16+
<PropertyValue name="EnableLeftClickForURLs">true</PropertyValue>
17+
<PropertyValue name="HideAdvancedMembers">true</PropertyValue>
18+
<PropertyValue name="IndentSize">2</PropertyValue>
19+
<PropertyValue name="IndentStyle">2</PropertyValue>
20+
<PropertyValue name="InsertTabs">true</PropertyValue>
21+
<PropertyValue name="OverviewWidth">58</PropertyValue>
22+
<PropertyValue name="ShowAnnotations">true</PropertyValue>
23+
<PropertyValue name="ShowCaretPosition">true</PropertyValue>
24+
<PropertyValue name="ShowChanges">true</PropertyValue>
25+
<PropertyValue name="ShowErrors">true</PropertyValue>
26+
<PropertyValue name="ShowHorizontalScrollBar">true</PropertyValue>
27+
<PropertyValue name="ShowLineNumbers">true</PropertyValue>
28+
<PropertyValue name="ShowMarks">true</PropertyValue>
29+
<PropertyValue name="ShowNavigationBar">false</PropertyValue>
30+
<PropertyValue name="ShowPreview">true</PropertyValue>
31+
<PropertyValue name="ShowVerticalScrollBar">true</PropertyValue>
32+
<PropertyValue name="TabSize">2</PropertyValue>
33+
<PropertyValue name="UseMapMode">false</PropertyValue>
34+
<PropertyValue name="VirtualSpace">false</PropertyValue>
35+
<PropertyValue name="WordWrap">false</PropertyValue>
36+
<PropertyValue name="WordWrapGlyphs">false</PropertyValue>
37+
</ToolsOptionsSubCategory>
38+
</ToolsOptionsCategory>
39+
</ToolsOptions>
40+
</UserSettings>

bsn.ModuleStore.Parser/bsn.ModuleStore.Parser.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="bsn.GoldParser, Version=1.0.3909.31041, Culture=neutral, PublicKeyToken=3d58c5c8efc41aa9, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\Lib\bsn.GoldParser.dll</HintPath>
39+
<Reference Include="bsn.GoldParser, Version=2.0.77.0, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
40+
<HintPath>..\packages\bsn.GoldParser.2.0.77\lib\bsn.GoldParser.dll</HintPath>
41+
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
4444
<HintPath>..\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.dll</HintPath>
+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="bsn.GoldParser" version="2.0.77" targetFramework="net35-client" />
34
<package id="Common.Logging" version="3.3.1" targetFramework="net35-client" />
45
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net35-client" />
56
</packages>

bsn.ModuleStore.Test/bsn.ModuleStore.Test.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<Prefer32Bit>false</Prefer32Bit>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="bsn.GoldParser, Version=1.0.3909.31041, Culture=neutral, PublicKeyToken=3d58c5c8efc41aa9, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\Lib\bsn.GoldParser.dll</HintPath>
41+
<Reference Include="bsn.GoldParser, Version=2.0.77.0, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
42+
<HintPath>..\packages\bsn.GoldParser.2.0.77\lib\bsn.GoldParser.dll</HintPath>
43+
<Private>True</Private>
4444
</Reference>
4545
<Reference Include="System" />
4646
<Reference Include="System.Core">

bsn.ModuleStore.Test/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="bsn.GoldParser" version="2.0.77" targetFramework="net461" />
34
<package id="xunit" version="2.1.0" targetFramework="net461" />
45
<package id="xunit.abstractions" version="2.0.0" targetFramework="net461" />
56
<package id="xunit.assert" version="2.1.0" targetFramework="net461" />

bsn.ModuleStore.sln

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModuleStore", "ModuleStore\ModuleStore.csproj", "{B487D994-7191-451B-9B8C-D46A5CEC67E0}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.ModuleStore.Parser", "bsn.ModuleStore.Parser\bsn.ModuleStore.Parser.csproj", "{CE71AB0F-0241-400A-82A1-F385A2D8B985}"
@@ -9,6 +11,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.ModuleStore.Test", "bsn
911
EndProject
1012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bsn.ModuleStore", "bsn.ModuleStore\bsn.ModuleStore.csproj", "{085ABCD3-9471-40F7-AC15-5A1F5E369714}"
1113
EndProject
14+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AEB149A3-5B63-4D23-A22E-A548081F65B5}"
15+
ProjectSection(SolutionItems) = preProject
16+
.editorconfig = .editorconfig
17+
Rebracer.xml = Rebracer.xml
18+
EndProjectSection
19+
EndProject
1220
Global
1321
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1422
Debug|Any CPU = Debug|Any CPU

bsn.ModuleStore.sln.DotSettings

+1
Original file line numberDiff line numberDiff line change
@@ -653,4 +653,5 @@ II.2.12 &lt;HandlesEvent /&gt;&#xD;
653653
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
654654
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue">True</s:Boolean>
655655
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
656+
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsParsFormattingSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>
656657
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsWrapperSettingsUpgrader/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

bsn.ModuleStore/bsn.ModuleStore.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
</PropertyGroup>
3838
<ItemGroup>
3939
<Reference Include="Accessibility" />
40-
<Reference Include="bsn.GoldParser, Version=1.0.3909.31041, Culture=neutral, PublicKeyToken=3d58c5c8efc41aa9, processorArchitecture=MSIL">
41-
<SpecificVersion>False</SpecificVersion>
42-
<HintPath>..\Lib\bsn.GoldParser.dll</HintPath>
40+
<Reference Include="bsn.GoldParser, Version=2.0.77.0, Culture=neutral, PublicKeyToken=efd7d300630fec10, processorArchitecture=MSIL">
41+
<HintPath>..\packages\bsn.GoldParser.2.0.77\lib\bsn.GoldParser.dll</HintPath>
42+
<Private>True</Private>
4343
</Reference>
4444
<Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
4545
<HintPath>..\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.dll</HintPath>
@@ -66,6 +66,7 @@
6666
</ProjectReference>
6767
</ItemGroup>
6868
<ItemGroup>
69+
<None Include="bsn.ModuleStore.nuspec" />
6970
<None Include="packages.config" />
7071
</ItemGroup>
7172
<ItemGroup>
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>bsn.ModuleStore</id>
5+
<version>1.0.0</version>
6+
<authors>avonwyss</authors>
7+
<owners>avonwyss</owners>
8+
<licenseUrl>https://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
9+
<projectUrl>https://github.com/siriusch/bsn.ModuleStore</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Library for SQL Server access, migration and source versioning</description>
12+
<copyright>Copyright 2009-2016 Arsène von Wyss</copyright>
13+
<tags>bsn ModuleStore</tags>
14+
<dependencies>
15+
<dependency id="bsn.GoldParser" version="2.0.77" />
16+
<dependency id="Common.Logging" version="3.3.1" />
17+
</dependencies>
18+
</metadata>
19+
<files>
20+
<file src="bin\$Configuration$\bsn.ModuleStore.*" target="lib" />
21+
</files>
22+
</package>

bsn.ModuleStore/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="bsn.GoldParser" version="2.0.77" targetFramework="net35-client" />
34
<package id="Common.Logging" version="3.3.1" targetFramework="net35-client" />
45
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net35-client" />
56
</packages>

0 commit comments

Comments
 (0)