Skip to content

Commit bd40a93

Browse files
committed
Update version number, stop including DLLs in repo.
1 parent 8a746fb commit bd40a93

File tree

8 files changed

+3
-6
lines changed

8 files changed

+3
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ DarkConfig-csharp.sln
2525
DarkConfig.sln
2626
players
2727
plainlog.txt
28-
DLL/Debug/Editor/Mono.*
29-
DLL/Debug/Editor/Unity*
28+
DLL

Assets/DarkConfig/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("0.3.1.1")]
20+
[assembly: AssemblyVersion("0.5.1.1")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

Assets/DarkConfig/Unity/Editor/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818
// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919

20-
[assembly: AssemblyVersion("0.3.1.1")]
20+
[assembly: AssemblyVersion("0.5.1.1")]
2121

2222
// The following attributes are used to specify the signing key for the assembly,
2323
// if desired. See the Mono documentation for more information about signing.

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Removing friction. Here's a few rough edges:
4141
- Preloading. It fixed a number of race condition bugs when introduced, so it's definitely good. But maybe it could be cleaner and less obtrusive.
4242
- PostDocs kinda suck in practice. I'd love to wedge a tiny bit more magic into DarkConfig to make my day authoring configs a little easier.
4343

44-
Improving the DLL building. I like DLLs because they make installation easy and reduce compilation times in the target project. The way we currently build these DLLs sucks. The Unity DLL building uses hardcoded paths to files elsewhere on my computer. They're not tested. What's the right thing to do? I don't know. Let's find out! It'd also be nice to have a single command to build all the DLLs.
45-
4644
Compatibility improvements. More Unity versions would be nice. I'm also _pretty_ sure that DarkConfig works on iOS with the .Net 2.0 subset, but it's been a while since I've actually tested it.
4745

4846
Security. It would be nice if without doing a ton of work we were able to tighten up the security story for DarkConfig, making it suitable to load untrusted files. This will mostly involve the YAML parser.

DLL/Debug/DarkConfig.dll

-135 KB
Binary file not shown.

DLL/Debug/DarkConfig.dll.mdb

-74.2 KB
Binary file not shown.
-6 KB
Binary file not shown.
-1.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)