Skip to content

Commit c011660

Browse files
committed
Update version and headers, add git ignore file
1 parent 16f8a0b commit c011660

22 files changed

+114
-747
lines changed

.gitignore

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
###################
2+
# compiled source #
3+
###################
4+
*.com
5+
*.class
6+
*.dll
7+
*.exe
8+
*.pdb
9+
*.dll.config
10+
*.cache
11+
*.suo
12+
# Include dlls if they’re in the NuGet packages directory
13+
!/packages/*/lib/*.dll
14+
!/packages/*/lib/*/*.dll
15+
# Include dlls if they're in the CommonReferences directory
16+
!*CommonReferences/*.dll
17+
####################
18+
# VS Upgrade stuff #
19+
####################
20+
UpgradeLog.XML
21+
_UpgradeReport_Files/
22+
###############
23+
# Directories #
24+
###############
25+
bin/
26+
obj/
27+
TestResults/
28+
App_Data/
29+
###################
30+
# Web publish log #
31+
###################
32+
*.Publish.xml
33+
#############
34+
# Resharper #
35+
#############
36+
/_ReSharper.*
37+
*.ReSharper.*
38+
############
39+
# Packages #
40+
############
41+
# it’s better to unpack these files and commit the raw source
42+
# git has its own built in compression methods
43+
*.7z
44+
*.dmg
45+
*.gz
46+
*.iso
47+
*.jar
48+
*.rar
49+
*.tar
50+
*.zip
51+
######################
52+
# Logs and databases #
53+
######################
54+
*.log
55+
*.sqlite
56+
# OS generated files #
57+
######################
58+
.DS_Store?
59+
ehthumbs.db
60+
Icon?
61+
Thumbs.db
62+
[Bb]in
63+
[Oo]bj
64+
[Tt]est[Rr]esults
65+
*.suo
66+
*.user
67+
*.[Cc]ache
68+
*[Rr]esharper*
69+
packages
70+
NuGet.exe
71+
_[Ss]cripts
72+
*.exe
73+
*.dll
74+
*.nupkg
75+
*.ncrunchsolution
76+
*.dot[Cc]over
77+
*.lock
78+
*.ide
79+
*.ide-shm
80+
*.ide-wal
81+
*.dtbcache

.hgignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

.tfs-ignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

BuildProcessTemplates/DefaultTemplate.xaml

Lines changed: 0 additions & 602 deletions
This file was deleted.

BuildProcessTemplates/UpgradeTemplate.xaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

Catfood.Shapefile.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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 Version 16
4+
VisualStudioVersion = 16.0.29306.81
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D36F4D84-703A-481B-A660-D85038F13260}"
57
ProjectSection(SolutionItems) = preProject
8+
.gitignore = .gitignore
69
LICENSE.txt = LICENSE.txt
710
README.txt = README.txt
811
EndProjectSection
@@ -29,4 +32,7 @@ Global
2932
GlobalSection(SolutionProperties) = preSolution
3033
HideSolutionNode = FALSE
3134
EndGlobalSection
35+
GlobalSection(ExtensibilityGlobals) = postSolution
36+
SolutionGuid = {3C66C0A5-E85F-4341-9A03-7C98E0A1B4F0}
37+
EndGlobalSection
3238
EndGlobal

Catfood.Shapefile/EndianBitConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ------------------------------------------------------------------------
2-
* (c)copyright 2009-2012 Catfood Software and contributors - http://catfood.net
2+
* (c)copyright 2009-2019 Robert Ellison and contributors - https://github.com/abfo/shapefile
33
* Provided under the ms-PL license, see LICENSE.txt
44
* ------------------------------------------------------------------------ */
55

Catfood.Shapefile/Header.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ------------------------------------------------------------------------
2-
* (c)copyright 2009-2012 Catfood Software and contributors - http://catfood.net
2+
* (c)copyright 2009-2019 Robert Ellison and contributors - https://github.com/abfo/shapefile
33
* Provided under the ms-PL license, see LICENSE.txt
44
* ------------------------------------------------------------------------ */
55

Catfood.Shapefile/PointD.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ------------------------------------------------------------------------
2-
* (c)copyright 2009-2012 Catfood Software and contributors - http://catfood.net
2+
* (c)copyright 2009-2019 Robert Ellison and contributors - https://github.com/abfo/shapefile
33
* Provided under the ms-PL license, see LICENSE.txt
44
* ------------------------------------------------------------------------ */
55

Catfood.Shapefile/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Catfood Software")]
1313
[assembly: AssemblyProduct("Catfood.Shapefile")]
14-
[assembly: AssemblyCopyright("Copyright © 2009-2012 Catfood Software and contributors")]
14+
[assembly: AssemblyCopyright("Copyright © 2009-2019 Robert Ellison and contributors")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717
[assembly: CLSCompliant(true)]
@@ -33,5 +33,5 @@
3333
//
3434
// You can specify all the values or you can default the Revision and Build Numbers
3535
// by using the '*' as shown below:
36-
[assembly: AssemblyVersion("1.51.0.0")]
37-
[assembly: AssemblyFileVersion("1.51.0.0")]
36+
[assembly: AssemblyVersion("1.60.0.0")]
37+
[assembly: AssemblyFileVersion("1.60.0.0")]

0 commit comments

Comments
 (0)