Skip to content

Commit c414cbf

Browse files
committed
NHE-162 Fixing files to be changed moving the repo
1 parent 5043d5d commit c414cbf

File tree

6 files changed

+43
-59
lines changed

6 files changed

+43
-59
lines changed

.hgignore

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

HOW_TO_CONTRIBUTE.txt

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

README.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ http://envers.bitbucket.io
66
Send user questions to NH user group list
77
http://groups.google.com/group/nhusers
88

9-
Report bugs and/or patches with unit tests here
10-
http://nhibernate.jira.com/browse/NHE
11-
129
Available as a nuget package
13-
http://nuget.org/packages/NHibernate.Envers
10+
http://nuget.org/packages/NHibernate.Envers
11+
12+
Pull requests are welcome!

Src/.gitignore

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*.obj
2+
*.exe
3+
*.pdb
4+
*.user
5+
*.aps
6+
*.pch
7+
*.vspscc
8+
*_i.c
9+
*_p.c
10+
*.ncb
11+
*.suo
12+
*.tlb
13+
*.tlh
14+
*.bak
15+
*.cache
16+
*.ilk
17+
*.log
18+
*.lib
19+
*.sbr
20+
*.scc
21+
*.tokens
22+
[Bb]in
23+
[Db]ebug/
24+
obj/
25+
[Rr]elease/
26+
*resharper*
27+
_ReSharper*/
28+
[Tt]est[Rr]esult*
29+
[Bb]uild[Ll]og.*
30+
*.[Pp]ublish.xml
31+
SharedAssemblyInfo.*
32+
hibernate.cfg.xml
33+
.vs/
34+
packages/
35+
.idea/
36+
Build/Deploy/

Src/ReleaseNotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
=== vNext ===
22

3+
** Tasks
4+
* [NHE-162] Moved source code to github
5+
36

47

58
=== v5.1.1 (v 5.1.1.0), 2018-04-18, NH 5.1 GA ===

Src/doc/Reference/modules/links.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
</listitem>
1515
<listitem>
1616
<para>
17-
<ulink url="https://bitbucket.org/RogerKratz/nhibernate.envers">Source code</ulink>
18-
</para>
19-
</listitem>
20-
<listitem>
21-
<para>
22-
<ulink url="https://nhibernate.jira.com/browse/NHE">JIRA issue tracker</ulink>
17+
<ulink url="https://github.com/nhibernate/nhibernate-envers">Source code</ulink>
2318
</para>
2419
</listitem>
2520
<listitem>

0 commit comments

Comments
 (0)