Skip to content

Commit 312d5fe

Browse files
msg
1 parent d0756c9 commit 312d5fe

10 files changed

+59
-3
lines changed

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Build results
2+
[Dd]ebug/
3+
[Dd]ebugPublic/
4+
[Rr]elease/
5+
[Rr]eleases/
6+
x64/
7+
x86/
8+
[Ww][Ii][Nn]32/
9+
[Aa][Rr][Mm]/
10+
[Aa][Rr][Mm]64/
11+
bld/
12+
[Bb]in/
13+
[Oo]bj/
14+
[Ll]og/
15+
[Ll]ogs/
16+
17+
# Visual Studio cache/options
18+
.vs/
19+
20+
# Visual Studio Code
21+
.vscode/
22+
*.code-workspace
23+
24+
# Rider
25+
.idea/
26+
*.sln.iml
27+
*.rider.*
28+
29+
# User-specific files
30+
*.rsuser
31+
*.suo
32+
*.user
33+
*.userosscache
34+
*.sln.docstates
35+
36+
# Test Results
37+
TestResults/
38+
*.trx
39+
*.coverage
40+
41+
# NuGet
42+
*.nupkg
43+
*.snupkg
44+
.nuget/
45+
46+
# Publish
47+
PublishProfiles/
48+
*.publish.xml
49+
*.pubxml
50+
51+
# OS
52+
.DS_Store
53+
Thumbs.db
54+
55+
# IDE
56+
.editorconfig
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

DeepLearningProtocol/obj/Debug/net10.0/DeepLearningProtocol.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("DeepLearningProtocol")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b39d0a83f49a1b16e365c3ed95395ce48c77ef0c")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d0756c98407e06074d67eff5d2bfb946e052c2a2")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("DeepLearningProtocol")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("DeepLearningProtocol")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f77c8c561d96a8be888a8b41ec3d954824a22c398acd06a312557a226e31dafe
1+
f7667123cb562fd0868fc45138005014802acef84720739b77e62aaf9ce8aa3a
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"/workspaces/DeepLearningProtocol/*":"https://raw.githubusercontent.com/quickattach0-tech/DeepLearningProtocol/b39d0a83f49a1b16e365c3ed95395ce48c77ef0c/*"}}
1+
{"documents":{"/workspaces/DeepLearningProtocol/*":"https://raw.githubusercontent.com/quickattach0-tech/DeepLearningProtocol/d0756c98407e06074d67eff5d2bfb946e052c2a2/*"}}
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)